projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9468e68
)
sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
author
Kim Phillips
<kim.phillips@freescale.com>
Wed, 29 Aug 2007 14:06:05 +0000
(09:06 -0500)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 29 Aug 2007 14:21:18 +0000
(16:21 +0200)
this had slipped through the cracks, since the sbc board was added
after I wrote the original patch to remove all these symbols, and
before it was merged.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/sbc8641d.h
patch
|
blob
|
history
diff --git
a/include/configs/sbc8641d.h
b/include/configs/sbc8641d.h
index 3525ab4c5b0a0c2da09420fbd9d1fbff681c13e4..54eac38b86fab216ff179542c7b1e2c4eb04bb59 100644
(file)
--- a/
include/configs/sbc8641d.h
+++ b/
include/configs/sbc8641d.h
@@
-270,9
+270,6
@@
#define CONFIG_OF_FLAT_TREE 1
#define CONFIG_OF_BOARD_SETUP 1
-/* maximum size of the flat tree (8K) */
-#define OF_FLAT_TREE_MAX_SIZE 8192
-
#define OF_CPU "PowerPC,8641@0"
#define OF_SOC "soc@f8000000"
#define OF_TBCLK (bd->bi_busfreq / 4)