HomeSort by relevance Sort by last modified time
    Searched refs:GD_FLG_ENV_DEFAULT (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/asm-generic/
global_data.h 149 #define GD_FLG_ENV_DEFAULT 0x02000 /* Default variable flag */
  /external/u-boot/env/
common.c 89 gd->flags |= GD_FLG_ENV_DEFAULT;
  /external/u-boot/board/xilinx/zynqmp/
zynqmp.c 507 if (!(gd->flags & GD_FLG_ENV_DEFAULT)) {

Completed in 161 milliseconds