mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
powerpc: remove 4xx support
There was for long time no activity in the 4xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 4xx, so remove it. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
@@ -35,10 +35,6 @@
|
||||
#include <asm/immap_86xx.h>
|
||||
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CONFIG_SYS_MPC86xx_PIC_OFFSET + \
|
||||
offsetof(ccsr_pic_t, tfrr))
|
||||
|
||||
#elif defined (CONFIG_4xx)
|
||||
#define _POST_WORD_ADDR \
|
||||
(CONFIG_SYS_OCM_DATA_ADDR + CONFIG_SYS_GBL_DATA_OFFSET - 0x4)
|
||||
#endif
|
||||
|
||||
#ifndef _POST_WORD_ADDR
|
||||
|
Reference in New Issue
Block a user