Home
last modified time | relevance | path

Searched hist:"0778 e7c5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/scripts/
H A Dget_default_envs.sh0778e7c5 Wed Feb 14 04:39:48 CST 2018 Lukasz Majewski <lukma@denx.de> script: Make the get_default_envs.sh script working with newest u-boot

This commit fixes several issues:

- After moving env related code to ./env directory the env_common.o file
is no longer present in the system (has been replaced with built-in.o).

- Use ${OBJCOPY} if available, fallback to system default's objcopy if not
present.

- Extend the script to accept different build directory than current one.
It is extremely handy with OE usage, where source code is separated from
build.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Tested-by: Alex Kiernan <alex.kiernan@gmail.com>