puf_sram only relies on an uninitialized chunk of memory. This means to enable it we just have to hook up puf_sram_init(). All memory after __bss_end should be uninitialized at startup, so just use that.