[U-Boot-Users] [PATCH] 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 --- Due to its triviality, I'm assuming WD can pick this straight up, otherwise I'll bring it to jdl's attention.
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)

In message 20070829090605.94d2a9a0.kim.phillips@freescale.com you wrote:
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
Due to its triviality, I'm assuming WD can pick this straight up, otherwise I'll bring it to jdl's attention.
Applied. Thanks for the quick fix.
Best regards,
Wolfgang Denk

On Wed, 2007-08-29 at 09:06, Kim Phillips wrote:
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
Due to its triviality, I'm assuming WD can pick this straight up, otherwise I'll bring it to jdl's attention.
Hi there!
Acked-by: Jon Loeliger jdl@freescale.com
participants (3)
-
Jon Loeliger
-
Kim Phillips
-
Wolfgang Denk