diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-08-29 16:22:54 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-08-29 16:22:54 +0200 | 
| commit | d4a68f40a0389bb688477acfd23e957cb19443ad (patch) | |
| tree | f4d069f10c8e2b6ba90b6022b40dd8d49deee00f | |
| parent | c5bded3c88e48ae648a75d357dc81a8255fa81f1 (diff) | |
| parent | 2602a5c40ae37ab965a4e240854fdaffb51328a4 (diff) | |
| download | olio-uboot-2014.01-d4a68f40a0389bb688477acfd23e957cb19443ad.tar.xz olio-uboot-2014.01-d4a68f40a0389bb688477acfd23e957cb19443ad.zip | |
Merge with git+ssh://gemini/home/wd/git/u-boot/master
| -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 3525ab4c5..54eac38b8 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) |