diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-08-29 09:06:05 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-29 16:21:18 +0200 |
commit | 2602a5c40ae37ab965a4e240854fdaffb51328a4 (patch) | |
tree | 3fc52a798ea13bcadbd086c1c0c75ac80e29f565 | |
parent | 9468e6804b7e25b0f6f52e53f47bce3175400a16 (diff) | |
download | u-boot-imx-2602a5c40ae37ab965a4e240854fdaffb51328a4.zip u-boot-imx-2602a5c40ae37ab965a4e240854fdaffb51328a4.tar.gz u-boot-imx-2602a5c40ae37ab965a4e240854fdaffb51328a4.tar.bz2 |
sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
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>
-rw-r--r-- | include/configs/sbc8641d.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 3525ab4..54eac38 100644 --- 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) |