summaryrefslogtreecommitdiff
path: root/include/env/pg-wcom/powerpc.env
blob: 744c07388c96a438bcfc641e748423d647b69ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#define BOOTFLASH_START 0xF0000000

arch=ppc_82xx
bootm_mapsize=CONFIG_SYS_BOOTM_LEN
checkfdt=true
set_fdthigh=true

update=protect off BOOTFLASH_START +${filesize} &&
       erase BOOTFLASH_START +${filesize} &&
       cp.b ${load_addr_r} BOOTFLASH_START ${filesize} &&
       protect on BOOTFLASH_START +${filesize}

newenv=prot off CONFIG_ENV_ADDR +0x40000 &&
       era CONFIG_ENV_ADDR +0x40000

unlock=yes