uboot-mt623x/arch
Stefan Roese 8a805df136 ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size
This patch changes the behaviour of the fdt_fixup_nor_flash_node()
function. Now it doesn't patch the size of the "reg" property with the
chip-select size, but with the size returned from the new function
flash_get_bank_size(). This function will return per weak default the
flash size of the bank (bank = chip-select numer) detected by the flash
driver. If this does not fit your needs, this function may be overridden
by a board specific one.

For this the parameters needed to be changed. So I intentionally squashed
the PPC4xx stuff using this routine into this patch. Otherwise it would
not be git-bisectable anymore.

The board specific function for the AMCC/APM Ebony eval board is now
included in this patch version.

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Detlev Zundel <dzu@denx.de>
Cc: Gerald Van Baren <vanbaren@cideas.com>
Cc: Wolfgang Denk <wd@denx.de>
2010-09-23 08:49:49 +02:00
..
arm Prepare v2010.09-rc2 2010-09-19 17:47:52 +02:00
avr32 avr32: Add simple paging support 2010-09-03 15:13:02 +02:00
blackfin Blackfin: bfin_spi: use same gpio cs define as Linux 2010-09-21 18:22:14 -04:00
i386 x86: Fix x86 Cold Boot 2010-09-13 07:20:02 +10:00
m68k miiphy: constify device name 2010-08-09 11:52:29 -07:00
microblaze Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
mips miiphy: constify device name 2010-08-09 11:52:29 -07:00
nios2 nios2: fix out of reach case for do_reset 2010-08-19 22:15:49 -04:00
powerpc ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size 2010-09-23 08:49:49 +02:00
sh Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
sparc Rename getenv_r() into getenv_f() 2010-08-04 00:45:36 +02:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00