Home
last modified time | relevance | path

Searched hist:"497 f2053f8cdd5df412e8dd01db525eb04201ebb" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.h497f2053f8cdd5df412e8dd01db525eb04201ebb Wed Oct 03 09:38:46 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Use a board-specific default env

Originally added in aa701b94336b358798d676eef12a7b90bdac23f5

Before this patch, there was a hard-coded env that was used as default
if the env in flash is detected as invalid. Now this tool (compiled
for a given board) will share the default env with the u-boot for the
board.

Fix include of config.h

Need to define "TEXT_BASE" when building the fw_env tool so that the
default env will be correct for environments which use it.

Define __ASSEMBLY__ when calling #include <config.h> so that we only
get #defines (all we're interested in).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
H A DMakefile497f2053f8cdd5df412e8dd01db525eb04201ebb Wed Oct 03 09:38:46 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Use a board-specific default env

Originally added in aa701b94336b358798d676eef12a7b90bdac23f5

Before this patch, there was a hard-coded env that was used as default
if the env in flash is detected as invalid. Now this tool (compiled
for a given board) will share the default env with the u-boot for the
board.

Fix include of config.h

Need to define "TEXT_BASE" when building the fw_env tool so that the
default env will be correct for environments which use it.

Define __ASSEMBLY__ when calling #include <config.h> so that we only
get #defines (all we're interested in).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
H A Dfw_env.c497f2053f8cdd5df412e8dd01db525eb04201ebb Wed Oct 03 09:38:46 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Use a board-specific default env

Originally added in aa701b94336b358798d676eef12a7b90bdac23f5

Before this patch, there was a hard-coded env that was used as default
if the env in flash is detected as invalid. Now this tool (compiled
for a given board) will share the default env with the u-boot for the
board.

Fix include of config.h

Need to define "TEXT_BASE" when building the fw_env tool so that the
default env will be correct for environments which use it.

Define __ASSEMBLY__ when calling #include <config.h> so that we only
get #defines (all we're interested in).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>